Issue If
the 'directToStage' property of an AVI cast member is disabled and the
Tempo channel has a "Wait for Cue Point [channel] | {End}" setting, the
AVI video track will not play. Although the video track does not advance
the sound track will play.
Solution Enable the 'directToStage' property of the AVI member. The
'directToStage' property can be enabled via the AVI tab in the Property
Inspector or via Lingo. The following script is an example of how to
enable the 'directToStage' property using Lingo:
member("myVideo").directToStage = True
If enabling
'directToStage' is not an option use a script to hold the playback head on
a frame rather than using the Tempo channel. Using this method, the AVI
can be played even if the 'directToStage' property is disabled. To hold on
a frame with Lingo, use the 'Hold on current frame' behavior, or use the
following script in the appropriate frame: